home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
form04a
/
sue
/
sue2.frm
< prev
next >
Wrap
Text File
|
1994-01-25
|
434b
|
14 lines
Copyright (c) Sue Cunningham
sue1 = sphere stack 50 in 50% bend 45 twist 360;
sue2 = sphere, box stack 15 twist 180;
sue3 = ellipse 3, 0.5 stack 40 bend 20 twist 20 grow 0.15;
sue3a = ellipse 0.3, 0.5 stack 40 bend 20 twist 20 grow 10;
//sue3 looks like a unicorn horn
sue4 = sue2 stack 4 bend 30;
sue1 web 10 with sue2 5 move <-10, 40, 0>;
sue3;
sue3a move <12, -40, 0>;
sue1 web 10 with sue2 5 move <10,-40, 0>;
end;